home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / pc / opening.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1997-07-11  |  281 b   |  11 lines

  1. on startMovie
  2.   global photopath, moviePath
  3.   if the machineType <> 256 then
  4.     set photopath to the pathName & "PHOTO:"
  5.   else
  6.     set photopath to the pathName & "PHOTO¥"
  7.     set moviePath to the pathName & "MOVIE¥"
  8.     set the searchPath to [photopath, moviePath]
  9.   end if
  10. end
  11.